home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 September (Japanese) / CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 2).iso / disc2 / nt / ntperf.exe / PERFTOOLS / SRC / PERFMON / ADDLINE.H_ / ADDLINE.H
Encoding:
Text File  |  1993-05-15  |  369 b   |  14 lines

  1. void /*static*/ OnComputerChanged (HDLG hDlg) ;
  2.  
  3.  
  4. BOOL AddLine (HWND hWndParent, 
  5.               PPERFSYSTEM *ppSystemFirstView,
  6.               PLINEVISUAL pLineVisual,
  7.               int iLineTypeToAdd) ;
  8.  
  9.  
  10. BOOL EditLine (HWND hWndParent,
  11.                PPERFSYSTEM *ppSystemFirstView,
  12.                PLINE pLineToEdit,
  13.                int iLineTypeToEdit) ;
  14.